* frame.c (make_frame): Do not set window's buffer to t.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 7 Dec 2012 08:13:49 +0000 (12:13 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 7 Dec 2012 08:13:49 +0000 (12:13 +0400)
commit61636e67809ccff29538c92d53e98a9b0f950812
tree70443557168e0806043792f032ac417eddfb211a
parent71105ee26b7a6c68dd8dbbeac59b24f68553fe3a
* frame.c (make_frame): Do not set window's buffer to t.
* window.c (Fsplit_window_internal): Likewise.  Previously it was
used to indicate that the window is being set up.  Now we use
set_window_buffer for all new windows, so the condition in ...
(Fset_window_buffer): ... is always true and can be removed.
src/ChangeLog
src/frame.c
src/window.c